Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow toggling of syntax concealing. #99

Merged
merged 1 commit into from
May 8, 2016
Merged

Allow toggling of syntax concealing. #99

merged 1 commit into from
May 8, 2016

Conversation

robhurring
Copy link
Contributor

Adding a small option to turn off syntax concealing (similar to how vim-json does it).

Add `let g:markdown_syntax_conceal = 0` to your vimrc
@tpope
Copy link
Owner

tpope commented Apr 2, 2022

You can achieve this on the fly by changing 'conceallevel'. Can you or someone clarify what value this adds above and beyond that?

has('conceal') has been true for every Vim released in over a decade, so ripping this out would get rid of a bunch of gross exe commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants